|
|
|
|
SelectedCell Property, SftTree Class |
Returns the currently selected cell.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property SelectedCell As CellClass |
C# |
public CellClass SelectedCell { get; } |
C++ |
public: property CellClass^ SelectedCell { |
Property Value
The selected cell.
Comments
The SelectedCell property returns the currently selected cell.
This property is only available if single cell selection is active (SelectionStyle == SelectionStyleEnum.SingleCell).